Ghi chú Bàn phím số

  1. E.g. Blender makes specific use of numpad keys for several keyboard shortcuts.
  2. I.e. the 0 key above the letter keys and to the right of the 9 key on a typical QWERTY keyboard.
  3. E.g. as defined in C#'s System.ConsoleKey enumeration:[5]
    106     NumPad0 = 0x60,107     NumPad1 = 0x61,108     NumPad2 = 0x62,109     NumPad3 = 0x63,110     ...
  4. E.g. as defined in C#'s System.ConsoleKey enumeration:[5]
    106     NumPad0 = 0x60,107     NumPad1 = 0x61,108     NumPad2 = 0x62,109     NumPad3 = 0x63,110     ...
  5. Some applications (such as Firefox) will interpret hex numpad alt codes using letters a–f as user-interface commands, e.g. to open a menu.